testcase TC_CR_FE_BV_07() runs on EutComp system TestAdapter {
  var ChargeReport v_chargeReport : = null;
  timer t_runningDuration : = 30 . 0;
  f_Charging_Preambule ( );
  f_SendContextData ( m_ContextData_default );
  t_runningDuration . start;
  t_ac . start;
  alt {
    [ ] pco . receive ( mw_chargeReport_tableC1 ) -> value v_chargeReport {
      t_ac . stop;
      pco . send ( m_chargeReportResponse_transactionCounter ( PX_TRANSACTION_COUNTER_RESPONSE ) );
      t_ac . start;
      alt {
        [ ] pco . receive ( mw_chargeReport_obeId ( v_chargeReport . obeId ) ) {
          t_ac . stop;
        }
      }
      t_ac . start;
      repeat;
    }
    [ ] t_runningDuration . timeout {
      setverdict ( pass );
    }
  }
  f_Charging_Postambule ( );
}
Generated with T3Doc 2.0 on Thu Jan 06 00:06:01 CET 2011.

Description

TC_CR_FE_BV_07: Verify that OBE ID is fixed

Remarks

[TS 17575-1], Clause 6.4.1 obeId